/*
* @Author: Dodo
* @Date:   2019-11-24 10:46:23
* @Last Modified by:   DoDo
* @Last Modified time: 2020-02-11 15:34:34
*/
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    overflow-x: hidden;
    height: 100%;
    background-color: #f0f0f0;
}
body.on{
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;  /* ie8 */
    -ms-interpolation-mode: bicubic;  
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



@media screen and (min-width:1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width:1600px) {
    .container.w1480 {
        width: 1480px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*---------------------------------------- public ----------------------------------------*/
.f0{
    font-size: 0;
}
.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 7.43%;
    z-index: 101;
}
.header-right{
    float: right;
}
.header-menu{
    float: right;
}
.header-menu,.header-search .span-open{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
}
.header-search{
    float: right;
    position: relative;
    float: left;
    margin-right: 40px;
}
.header-search .div-search{
    position: absolute;
    right: 0;
    top: 0;
    width: 395px;
    height: 35px;
    background-color: rgba(255,255,255,.8);
    border-radius: 35px;
    visibility: hidden;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-search .div-search .put-01,.header-search .div-search .but-01{
    border: none;
    outline: none;
    background: none;
}
.header-search .div-search .but-01{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 35px;
    border-radius: 50px;
}
.header-search .div-search .put-01{
    width: 100%;
    height: 35px;
    line-height: 21px;
    padding: 7px 50px;
}

.header-search.on .span-open{
    visibility: hidden;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.header-search.on .div-search{
    visibility: visible;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    transform: translateX(0);
}

.nav-toggle{
    position: absolute;
    right: 0;
    top: 60px;
    visibility: hidden;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-toggle.on{
    visibility: visible;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.nav-toggle ul{
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #fff;
}
.nav-list li{
    position: relative;
    width: 198px;
    padding: 0 8px;
}
.nav-list li a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 15px;
    color: #464646;
    font-weight: lighter;
}
.nav-list li ul{
    position: absolute;
    right: 100%;
    top: 0;
    visibility: hidden;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -ms-transform: perspective(500px) rotateY(-90deg);
    -moz-transform: perspective(500px) rotateY(-90deg);
    -o-transform: perspective(500px) rotateY(-90deg);
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    transform-origin:100% 0%;
}


.nav-list li a:hover{
    background-color: #e3e3e3;
}



.nav-list li:hover ul{
    visibility: visible;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    -ms-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
}

.public-address{
    font-size: 15px;
    box-shadow: 0px -2px 2px rgba(70,70,70,.03);
}
.public-address>div{
    min-height: 46px;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 50px;
}
.public-address .span-line{
    margin-left: 14px;
    margin-right: 14px;
}
.public-address a{
    color: #464646;
}
.return-top{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.footer{
    padding-top: 30px;
    padding-bottom: 34px;
    background: url('../images/bg-01.png') repeat center;
}
.foot-top{
    padding-left: 25.67%;
}
.foot-logo{
    position: absolute;
    left: 0;
    top: 3px;
    width: 25.67%;
}
.foot-nav {
    font-size: 14px;
    color: #464646;
}
.foot-nav ul{
    float: left;
    width: 225px;
    padding-right: 15px;
    /*background: red;*/
}
.foot-nav ul:last-child{
    float: right;
    width: 220px;
    padding-right: 0;
}
.foot-nav ul li{
    line-height: 20px;
    margin-top: 4px;
}
.foot-nav ul li:first-child{
    margin-top: 0;
    line-height: 24px;
}
.foot-nav ul li:nth-child(2){
    margin-top: 20px;
}
.foot-nav ul li b{
    font-size: 15px;
}
.foot-nav ul li.li-ewm{
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}
.foot-nav ul li .div-ewm{
    font-size: 13px;
    line-height: 13px;
    width: 80px;
}
.foot-nav ul li .div-ewm img{
    width: 80px;
    height: 80px;
}
.foot-nav ul li .div-ewm .span-txt{
    margin-top: 7px;
    line-height: 20px;
    letter-spacing: 0;
}

.foot-address{
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    margin-top: 15px;
}
.foot-address .div-en{
    margin-top: 8px;
}


/*---------------------------------------- index ----------------------------------------*/
.public-owl .owl-nav button.owl-prev,.public-owl .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -38px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-owl .owl-nav button.owl-prev{
    left: 20px;
    background-image: url('../images/arrow-left.png');
}
.public-owl .owl-nav button.owl-next{
    right: 20px;
    background-image: url('../images/arrow-right.png');
}
.public-owl .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.5%;
    text-align: center;
}
.public-owl .owl-dots button.owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #f0f0f0;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-owl .owl-dots button.owl-dot.active{
    width: 65px;
}

.banner-a1{
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-word{
    position: absolute;
    left: 60px;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.banner-word .b1{
    font-size: 55px;
    line-height: 80px;
}
.banner-word .span-en{
    font-size: 30px;
    line-height: 40px;
    margin-top: 8px;
}
.banner-word .b-en{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 100px;
}
.banner-word .span-more{
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #464646;
    background-color: #f0f0f0;
    margin-top: 9px;
}
.banner-word .span-more bdo{
    line-height: 26px;
    padding-left: 25px;
    background: url('../images/icon-01.png') left center no-repeat;
}

.index-plate{
    padding-top: 130px;
}
.index-plate .row{
    margin-left: -10px;
    margin-right: -10px;
}
.index-plate .row>div{
    padding-left: 10px;
    padding-right: 10px;
}
.index-plate-01{
    margin-top: 20px;
}
.index-plate-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(40,40,40,.45);
    color: #f0f0f0;
}
.index-plate-a1 img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-plate-a1 i{
    font-style: normal;
}
.index-plate-a1 .span-mc .bdo-cont{
    position: absolute;
    left: 50px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    text-align: center;
}
.index-plate-a1 .b-cn{
    font-size: 35px;
    line-height: 46px;
}
.index-plate-a1 .i-en{
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}
.index-plate-a1 .i-more{
    font-size: 12px;
    min-width: 98px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-item{
    padding-top: 110px;
}
.index-title{
    line-height: 30px;
    background: url('../images/line-01.png') center center repeat-x;
}
.index-title .span-01{
    padding-right: 1px;
    background: #f0f0f0;
}
.index-title .span-01 b{
    padding-left: 28px;
    font-size: 18px;
    color: #424242;
    background-position: left center;
    background-repeat: no-repeat;
    letter-spacing: 3px;
}
.index-title .span-01 .bdo-en{
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin-left: 35px;
}

.index-item-scroll{
    margin-top: 70px;
}
.index-item-scroll .owl-nav button.owl-prev{
    left: 4%;
}
.index-item-scroll .owl-nav button.owl-next{
    right: 4%;
}
.index-item-scroll .owl-dots{
    bottom: 5.74%;
}

.index-item-a1 img{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-item-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(70,70,70,.3); */
}

.index-item .row{
    padding-top: 16px;
    margin-left: -7px;
    margin-right: -7px;
}
.index-item .row>div{
    padding-left: 7px;
    padding-right: 7px;
}
.index-item-a2{
    margin-top: 14px;
}
.index-item-a2 img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-item-a2 .span-m{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(46,46,46,.3);
}
.index-item-a2 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(46,46,46,.7);
    color: #f0f0f0;
    /*padding-left: 6.82%;
    padding-top: 7.33%;*/
    line-height: 20px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-item-a2 .bdo-year{
    font-size: 20px;
    line-height: 28px;
    color: #f0f0f0;
    text-transform: uppercase;
}
.index-item-a2 .bdo-name{
    font-size: 14px;
    line-height: 20px;
}
.index-item-a2 .bdo-tag{
    font-size: 14px;
    margin-top: 24px;
}
.index-item-a2 .bdo-more{
    text-align: center;
    font-size: 13px;
    width: 100px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #f0f0f0;
    margin-top: 47px;
}


.index-news{
    padding-bottom: 50px;
}
.index-news-date{
    margin-top: 110px;
}
.index-news-date .span-01{
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding-left: 37px;
    background: url('../images/bg-02.png') left center no-repeat;
    margin:0 33px;
    cursor: pointer;
}
.index-news-date .span-01.on{
    background: url('../images/bg-02h.png') left center no-repeat;
}
.index-news-date .a-more{
    display: inline-block;
    font-size: 13px;
    color: #464646;
    width: 74px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #464646;
    margin-left: 97px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-news-scroll{
    margin-top: 30px;
}
.index-news-scroll .owl-dots{
    display: none;
}
.index-news-scroll .index-item-a2{
    margin-top: 0;
}


/*---------------------------------------- 关于-发展历程 ----------------------------------------*/
.banner-inside img{
    width: 100%;
}
.banner-inside .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(46,46,46,.3);
}

.public-title{
    padding-bottom: 34px;
    background: url('../images/line-02.jpg') left bottom no-repeat;
}
.public-title .span-cn{
    padding-left: 53px;
    margin-left: -53px;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    background-position: left center;
    background-repeat: no-repeat;
}
.public-title .span-en{
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
}

.public-main{
    padding-top: 180px;
    padding-bottom: 250px;
}
.history-list{
    margin-top: 52px;
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
}
.history-list li{
    position: relative;
    background: url('../images/icon-04.png') center top calc(50% + 36px) no-repeat;
}
.history-list .span-year{
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 8px;
    display: block;
    width: 63px;
    height: 56px;
    background: url('../images/bg-03.png') center center no-repeat;
    padding-left: 8px;
    font-size: 14px;
    color: #f0f0f0;
    text-align: center;
    line-height: 56px;
}
.history-list li{
    padding-bottom: 44px;
}
.history-list .div-word{
    width: 285px;
    float: left;
    text-align: justify;
    min-height: 240px;
}
.history-list li:last-child{
    background: none;
}
.history-list li:last-child .div-word{
    min-height: auto;
}


/*---------------------------------------- 关于-了解我们 ----------------------------------------*/
.about-intro{
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
    margin-top: 96px;
}


/*---------------------------------------- 关于-主要客户 ----------------------------------------*/
.public-txt{
    font-size: 14px;
    line-height: 30px;
    color: #464646;
    margin-top: 28px;
    text-align: justify;
}


.customer-main{
    padding-top: 95px;
}
.customer-01{
    padding-top: 127px;
}
.customer-01:first-child{
    padding-top: 0;
}
.customer-title{
    line-height: 30px;
    padding-bottom: 12px;
    background: url('../images/line-03.jpg') left bottom no-repeat;
}
.customer-title .span-cn{
    font-size: 18px;
    color: #464646;
}
.customer-title .span-en{
    font-size: 14px;
    text-transform: uppercase;
    color: #464646;
    line-height: 28px;
}

.customer-logo-01{
    width: 100%;
    height: 78px;
    line-height: 78px;
    vertical-align: middle;
    margin-top: 50px;
}
.customer-logo-01 img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.customer-list{
    margin-top: 50px;
}
.customer-list-01{
    font-size: 14px;
    line-height: 30px;
    columns: #464646;
    padding-left: 13px;
    background: url('../images/bg-05.png') left center no-repeat;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/*---------------------------------------- 关于-专家团队 ----------------------------------------*/
.team-txt{
    font-size: 14px;
    line-height: 30px;
    color: #464646;
    margin-top: 10px;
}
.team-01{
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    margin-top: 22px;
}
.team-01 .div-img img{
    width: 100%;
}
.team-01 .div-cont{
    height: 40px;
    margin-top: 12px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.team-01 .div-cont span{
    display: inline-block;
    margin: 0 7px;
}
.team-01 .div-cont .span-name{
    padding-left: 18px;
    background: url('../images/line-04.jpg') left center no-repeat;
}
.team-list .row:first-child{
    margin-bottom: 30px;
}
.team-list .row:first-child .div-cont{
    height: auto;
    max-height: 40px;
}


/*---------------------------------------- 品牌与实力-企业架构 ----------------------------------------*/
.brand-main{
    padding-left: 240px;
}
.brand-cont .public-title{
    margin-left: 53px;
}
.brand-nav{
    float: left;
    width: 174px;
    margin-left: -240px;
}
.brand-nav li{
    margin-top: 8px;
}
.brand-nav li:first-child{
    margin-top: 0;
}
.brand-nav li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #464646;
    text-align: center;
}
.brand-nav li a b{
    display: none;
}


.brand-nav li.on a{
    background: #464646;
    color: #f0f0f0;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 9px;
}
.brand-nav li.on a b{
    display: block;
    text-transform: uppercase;
}

.framework-cont{
    padding-right: 135px;
    margin-top: 150px;
}


/*---------------------------------------- 品牌与实力-企业荣誉 ----------------------------------------*/
.honor-cont{
    padding-left: 60px;
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
}
.honor-list{
    padding-right: 200px;
    margin-top: 34px;
}
.honor-list:first-child{
    margin-top: 0;
    padding-top: 46px;
}
.honor-list li{
    margin-top: 8px;
    line-height: 20px;
    padding-left: 12px;
    background: url('../images/bg-05.png') left 8px no-repeat;
}
.honor-list li:first-child{
    margin-top: 0;
}
.honor-list .span-img{
    float: right;
    margin-right: -200px;
    width: 153px;
}
.honor-list .span-img img{
    display: block;
}


/*---------------------------------------- 品牌与实力-企业业务 ----------------------------------------*/
.business-cont{
    padding-left: 45px;
}
.business-cont .public-txt,.public-txt.ling{
    color: #6c6c6c;
}
.business-cont .honor-list{
    color: #6c6c6c;
}


.business-01{
    padding-top: 110px;
}
.business-01:first-child{
    padding-top: 0;
}


/*---------------------------------------- 品牌与实力-企业资质 ----------------------------------------*/

.qualifications-list{
    margin-top: -26px;
}
.qualifications-01{
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
    margin-top: 86px;
}
.qualifications-01 .div-title{
    font-size: 18px;
}
.qualifications-01 .div-list{
    margin-top: 16px;
}
.qualifications-01 .div-list .div-01{
    padding-left: 12px;
    background: url('../images/bg-05.png') left center no-repeat;
}


/*---------------------------------------- 人力与资源-企业文化活动-总企业活动页 ----------------------------------------*/
.active-list .index-item-a2{
    margin-top: 30px;
}
.active-list .index-item-a2:first-child{
    margin-top: 0;
}


/*---------------------------------------- 人力与资源-企业文化活动-总企业活动页-详情 ----------------------------------------*/
.w720{
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
}
.active-main{
    padding-bottom: 70px;
}
.active-art-title{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    padding-bottom: 33px;
    background: url('../images/line-02.jpg') left bottom no-repeat;
}
.active-art-title .div-date{
    font-size: 20px;
    line-height: 30px;
    padding-left: 32px;
    background: url('../images/icon-10.png') left center no-repeat;
    margin-top: 10px;
}
.active-art-des{
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
}
.active-art-des .div-01{
    margin-top: 100px;
    margin-bottom: 100px;
}
.active-art-des .div-01:first-child{
    margin-top: 88px;
}
.active-rela{
    padding-top: 70px;
    margin-top: 210px;
    border-top: 1px solid #bfbfbf;
}
.active-rela-title{
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.active-rela-list{
    color: #333;
    line-height: 20px;
}
.active-rela-list .row{
    margin-top: -37px;
}
.active-rela-list .div-01{
    margin-top: 64px;
}
.active-rela-list .div-title{
    height: 20px;
    overflow: hidden;
}
.active-rela-list .div-title a{
    display: inline-block;
    max-width: 100%;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.active-rela-list .div-date{
    font-size: 14px;
    margin-top: 3px;
}


/*----------------------------------------  人力与资源 ----------------------------------------*/
.resources-01{
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 70px;
}
.resources-div1{
    float: right;
    width: 74.56%;
    padding-left: 7px;
    padding-right: 7px;
}
.resources-div1:first-child{
    float: left;
    width: 25.44%;
}
.resources-div1 .index-item-a2 .span-mc{
    display: block;
}
.index-item-a2 .span-cont{
    position: absolute;
    left: 6.82%;
    top: 7.33%;
}
.resources-div1 .index-item-a2 .span-img{
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*----------------------------------------  新闻-总新闻页 ----------------------------------------*/
.public-select-01{
    position: absolute;
    right: 0;
    top: 50px;
    min-width: 165px;
    z-index: 10;
}
.public-select-01 .div-top{
    background: #464646;
    color: #fffefe;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.public-select-01 .div-top .span-01{
    display: inline-block;
    padding-right: 30px;
    background: url('../images/icon-13.png') right center no-repeat;
    font-size: 18px;
    letter-spacing: 2px;
}
.public-select-01 .div-bottom{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #464646;
    color: #fffefe;
    padding-bottom: 12px;
    max-height: 120px;
    overflow: auto;
    visibility: hidden;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-select-01 .div-bottom .span-01{
    font-size: 13px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-select-01 .div-bottom .span-01.on{
    background: #272727;
}



.public-select-01.on .div-bottom{
    visibility: visible;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    transform: translateY(0);
}


/*----------------------------------------  人力与资源-社会招聘 ----------------------------------------*/
.social-recru-01{
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
    margin-top: 110px;
}
.social-recru-01:first-child{
    margin-top: 62px;
}
.social-recru-01 .div-title{
    font-size: 18px;
    color: #6c6c6c;
}
.social-recru-01 .b-title{
    margin-bottom: 13px;
    margin-top: 15px;
}


/*----------------------------------------  人力与资源-总校园招聘 ----------------------------------------*/
.school-recru-list li{
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
    margin-top: 114px;
}
.school-recru-list li:first-child{
    margin-top: 45px;
}
.school-recru-list li .div-title a{
    font-weight: bold;
    font-size: 18px;
    color: #6c6c6c;
}
.school-recru-list li .div-des{
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.school-recru-list li .a-more{
    margin-top: 30px;
    width: 100px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #464646;
    font-size: 13px;
    color: #464646;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*----------------------------------------  人力与资源-总校园招聘-详情 ----------------------------------------*/
.school-recru-art{
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6c;
    padding-top: 42px;
}


/*----------------------------------------  下载与互动 ----------------------------------------*/
.down-address{
    font-size: 14px;
    line-height: 28px;
    color: #464646;
    margin-top: 120px;
}
.down-address .div-title{
    margin-bottom: 6px;
}
.down-01{
    font-size: 14px;
    line-height: 34px;
    color: #464646;
    margin-top: 113px;
}
.down-01 .div-title{
    font-size: 18px;
    color: #464646;
    margin-bottom: 43px;
}


.down-ewm{
    display: flex;
    justify-content: space-between;
    margin-top: 136px;
    font-size: 14px;
    color: #464646;
    text-align: center;
}
.down-ewm-01{
    background: #464646;
    color: #f0f0f0;
    padding: 20px 27px;
    line-height: 14px;
}
.down-ewm-01 .span-img{
    margin-top: 20px;
}
.down-ewm-02 .span-01{
    display: block;
    line-height: 26px;
    padding: 13px 82px 13px 30px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    border: 1px solid #464646;
    cursor: pointer;
}
.down-ewm-02 .span-02{
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
    padding: 20px;
    background: #464646;
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.down-ewm-02 .span-02 img{
    width: 100%;
}
.down-ggw{
    margin-top: 100px;
}


/*----------------------------------------  详细项目介绍 ----------------------------------------*/
.items-down{
    border-top: 1px solid #bfbfbf;
    margin-top: 80px;
    font-size: 16px;
    line-height: 30px;
    color: #464646;
    padding-top: 44px;
}
.items-down .div-01{
    margin-top: 20px;
}
.items-down .div-02{
    margin-top: 50px;
}
.items-down .div-02 a{
    display: inline-block;
    padding: 0 20px;
    background: #464646;
}
.items-down .div-02 a span{
    font-size: 16px;
    color: #f5f5f5;
    line-height: 30px;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.items-other{
    margin-top: 105px;
}
.items-title{
    padding-left: 33px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #333;
}
.items-other .row{
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 26px;
}
.items-other .row>div{
    padding-left: 6px;
    padding-right: 6px;
}
.items-a1{
    margin-top: 12px;
}
.items-a1 img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.items-a1 .span-m,.items-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(36,39,45,.3);
}
.items-a1 .span-mc{
    background: rgba(70,70,70,0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.items-a1 .span-word{
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.items-a1 .span-word .bdo-cn{
    font-size: 20px;
    line-height: 24px;
}
.items-a1 .span-word .bdo-en{
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

.city-plan .items-a1 .span-word{
    color: #f0f0f0;
}
.city-plan .items-a1 .span-word .bdo-cn{
    font-size: 18px;
}
.city-plan .items-a1 .span-word .bdo-en{
    font-size: 14px;
    margin-top: 2px;
}


/*----------------------------------------  项目与服务-项目画册下载 ----------------------------------------*/
.down-form{
    padding-top: 90px;
}
.down-form .div-01{
    margin-top: 20px;
}
.down-form .div-02{
    margin-top: 50px;
}
.down-form .put-01{
    width: 100%;
    padding: 12px 20px;
    height: 46px;
    line-height: 20px;
    background: #f0f0f0;
    border: 1px solid #464646;
    font-size: 14px;
}
.down-form .put-01::-webkit-input-placeholder { color: #8a8a8a; }
.down-form .put-01:-moz-placeholder { color: #8a8a8a; opacity: 1; }
.down-form .put-01::-moz-placeholder { color: #8a8a8a; opacity: 1; }
.down-form .put-01:-ms-input-placeholder { color: #8a8a8a; }
.down-form .but-01{
    float: right;
    width: 138px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #464646;
    background: #f0f0f0;
}
.down-form .but-01 span{
    padding-left: 36px;
    background: url('../images/icon-19.png') left center no-repeat;
}


/*----------------------------------------  项目与服务-城市规划页 ----------------------------------------*/

.city-plan-sort{
    padding-bottom: 17px;
    border-bottom: 2px solid #464646;
}
.city-plan-sort .span-01{
    float: left;
    min-width: 16.66%;
    padding-right: 10px;
    margin-bottom: 33px;
    text-align: center;
}
.city-plan-main{
    padding-top: 120px;
}
.city-plan-sort .span-01 a{
    display: inline-block;
    font-size: 14px;
    color: #464646;
    line-height: 34px;
    border-bottom: 3px solid #f0f0f0;
}
.city-plan-sort .span-01 a.on{
    font-weight: bold;
    border-bottom: 3px solid #9d8c7b;
}
.city-plan{
    padding-top: 130px;
}
.city-plan .row{
    margin-left: -7px;
    margin-right: -7px;
}
.city-plan .row>div{
    padding-left: 7px;
    padding-right: 7px;
}

.city-ewm{
    margin-top: 85px;
    z-index: 10;
}
.city-ewm .div-01{
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #464646;
    margin: 0 7px;
    cursor: pointer;
}
.city-ewm .div-01:first-child{
    position: relative;
}
.city-ewm .div-01 .span-01{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 45px;
    background: #464646;
    padding: 11px 18px 18px;
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.city-ewm .div-01 .span-01 .bdo-txt{
    font-size: 14px;
    color: #f0f0f0;
    margin-bottom: 23px;
}
.city-ewm .div-01 b{
    padding-left: 36px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #464646;
}
.city-ewm .div-01 .span-01.ling{
    width: 234px;
    left: 50%;
    transform: translate(-50%,10px);
}


.city-ewm .div-01:hover .span-01{
    visibility: visible;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translateY(0);
}
.city-ewm .div-01:hover .span-01.ling{
    transform: translate(-50%,0);
}


.service-main .row{
    padding-top: 94px;
    margin-left: -7px;
    margin-right: -7px;
}
.service-main .row>div{
    padding-left: 7px;
    padding-right: 7px;
}
.service-main .index-item-a2 .span-cont{
    left: 4.72%;
}


.public-address-fixed{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #f0f0f0;
}


/*
2019-12-29
*/
.public-select-01 .div-bottom .span-01 a{
    color: #fffefe;
}
.public-select-01 .div-top .span-01  a{
    color: #fffefe;
}
/*page*/
.page {
   text-align: center;
   margin-top: 30px;
}
.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ffffff;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page a:hover, .page a.current {
    background: #464646;
    color: #ffffff;
}

.page strong{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #464646;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

/* 2020-01-03 */
.service-g{
    float: left;
    width: 100%;
    margin-top: 14px;
}
.service-g .index-item-a2{
    margin-top: 0;
}
/*.service-g .mg1{
    display: none;
}*/
/*.service-g6{
    margin-top: .5px;
}*/
/*.service-g5 .mg1,
.service-g6 .mg1{
    display: block;
}*/

/*.service-g5 .index-item-a2,
.service-g6 .index-item-a2{
    position: absolute;
    left: 0;
}*/

/*.service-g5 .index-item-a2{
    top: -3px;
}
.service-g6 .index-item-a2{
    bottom: -3px;
}
*/

/* 2020-01-07 */
.service-g .index-item-a2{
    width: 100%;
}
.service-g .index-item-a2 .span-img{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-g .index-item-a2 .span-img img{
    display: none;
}